翻訳と辞書
Words near each other
・ Probabilistic design
・ Probabilistic encryption
・ Probabilistic forecasting
・ Probabilistic latent semantic analysis
・ Probabilistic logic
・ Probabilistic logic network
・ Probabilistic method
・ Probabilistic metric space
・ Probabilistic neural network
・ Probabilistic number theory
・ Probabilistic prognosis
・ Probabilistic programming language
・ Probabilistic proposition
・ Probabilistic relevance model
・ Probabilistic risk assessment
Probabilistic roadmap
・ Probabilistic soft logic
・ Probabilistic Turing machine
・ Probabilistic voting model
・ Probabilistic-based design optimization
・ Probabilistically checkable proof
・ Probability
・ Probability amplitude
・ Probability and statistics
・ Probability axioms
・ Probability bounds analysis
・ Probability box
・ Probability current
・ Probability density function
・ Probability derivations for making rank-based hands in Omaha hold 'em


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Probabilistic roadmap : ウィキペディア英語版
Probabilistic roadmap
The probabilistic roadmap〔.〕 planner is a motion planning algorithm in robotics, which solves the problem of determining a path between a starting configuration of the robot and a goal configuration while avoiding collisions.
The basic idea behind PRM is to take random samples from the configuration space of the robot, testing them for whether they are in the free space, and use a local planner to attempt to connect these configurations to other nearby configurations. The starting and goal configurations are added in, and a graph search algorithm is applied to the resulting graph to determine a path between the starting and goal configurations.
The probabilistic roadmap planner consists of two phases: a construction and a query phase. In the construction phase, a roadmap (graph) is built, approximating the motions that can be made in the environment. First, a random configuration is created. Then, it is connected to some neighbors, typically either the ''k'' nearest neighbors or all neighbors less than some predetermined distance. Configurations and connections are added to the graph until the roadmap is dense enough. In the query phase, the start and goal configurations are connected to the graph, and the path is obtained by a Dijkstra's shortest path query.
Given certain relatively weak conditions on the shape of the free space, PRM is provably probabilistically complete, meaning that as the number of sampled points increases without bound, the probability that the algorithm will not find a path if one exists approaches zero. The rate of convergence depends on certain visibility properties of the free space, where visibility is determined by the local planner. Roughly, if each point can "see" a large fraction of the space, and also if a large fraction of each subset of the space can "see" a large fraction of its complement, then the planner will find a path quickly.
There are many variants on the basic PRM method, some quite sophisticated, that vary the sampling strategy and connection strategy to achieve faster performance. See e.g. 〔.〕 for a discussion.
==References==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Probabilistic roadmap」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.